From 6bfda0168e4b947551d65d825b310635f9987403 Mon Sep 17 00:00:00 2001 From: justbur Date: Wed, 2 Sep 2015 07:21:48 -0400 Subject: [PATCH] Add missing autoload Fix #60 --- which-key.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index 51e03c64826..12d69e11a4e 100644 --- a/which-key.el +++ b/which-key.el @@ -415,8 +415,10 @@ it's set too high)." which-key-side-window-location 'right which-key-show-prefix 'top)) +;;;###autoload (defun which-key-setup-side-window-right-bottom () - "Apply suggested settings for side-window that opens on right if there is space and the bottom otherwise." + "Apply suggested settings for side-window that opens on right +if there is space and the bottom otherwise." (interactive) (setq which-key-popup-type 'side-window which-key-side-window-location '(right bottom) -- 2.30.2